You are here: Symbol Reference > Dew Namespace > Dew.Math Namespace > Classes > Matrix Structure > Matrix Methods > Matrix.StdDevRows Method
Dew Math for .NET
ContentsIndexHome
PreviousUpNext
Matrix.StdDevRows Method

Standard deviation for matrix rows.

Syntax
C#
Visual Basic
public void StdDevRows([In] TVec result);

Calculates the standard deviation for each of the calling matrix rows and stores the results in vector result. An exception is raised if calling matrix is complex. The Length and Complex properties of the result vector are adjusted automatically.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!